| This is a template used to create an HTTP test method for Ktor 2.x.x in a JUnit 4 test class. |
| Predefined variables will take the following values: | ||
|
|
Name of the created method | |
|
|
HTTP method being used (GET, POST, etc.) | |
|
|
Route, relative to the current service, that needs to be tested | |
|
|
A route extension method that configures a routing tree for a server part that needs to be tested | |
|
|
Generated method body | |